home *** CD-ROM | disk | FTP | other *** search
/ Nintendo Dictionary Encyclopedia / NINTENDO DICTIONARY VOL 1.iso / ninten.exe / scripts / DefineButton2_116 / BUTTONCONDACTION on(release).as
Text File  |  1998-12-12  |  83b  |  5 lines

  1. on(release){
  2.    getUrl("FSCommand:Exec", "5shou.exe");
  3.    fscommand("Quit");
  4. }
  5.